type go/doc.block
6 uses
go/doc (current package)
comment.go#L270: type block struct {
comment.go#L341: func blocks(text string) []block {
comment.go#L343: out []block
comment.go#L352: out = append(out, block{opPara, para})
comment.go#L387: out = append(out, block{opPre, pre})
comment.go#L399: out = append(out, block{opHead, []string{head}})
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)